home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-01-18 | 806 b | 24 lines | [TEXT/MPS ] |
- # Dave Wilson
- # 1-10-95; 1-11-95
- # MPW script - not a make file
- # Assumes that the current directory is
- # the :SOM: subdirectory inside your part editor source folder.
-
- #-------------------------------------------------------------------------------
- set BaseFileName STalker
-
- set CompileOptions '-m mw_bug -m chkexcept -p -m cpluscpp'
-
- #-------------------------------------------------------------------------------
- Echo Compiling: {BaseFileName}.idl
- somc {CompileOptions} -e xih,xh,xc,exp {BaseFileName}.idl ∂
- -o :
- SetFile -m . {BaseFileName}.xih
- SetFile -m . {BaseFileName}.xh
- SetFile -m . {BaseFileName}.cpp
-
- #-------------------------------------------------------------------------------
- #Echo Rezzing: {BaseFileName}.r
- #Rez {BaseFileName}.r ∂
- # -a -o {BaseFileName}.rsrc -t 'rsrc' -c 'RSED'
-